home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / PACKET / PKGOL624.ZIP / DOCFILES.EXE / HELP.BAT < prev    next >
DOS Batch File  |  1992-02-27  |  5KB  |  110 lines

  1. echo off
  2. rem Batch file by Jeff, WA4EGT
  3. cls
  4. if exist pktGOLD.hlp goto viewview
  5. echo  ╔═════════════════════════════════════════════════════════════╗
  6. echo  ║ The On-line help file has NOT been installed.  If you have  ║
  7. echo  ║ the disk space, copy TDHLPSFX.EXE to the packet directory   ║
  8. echo  ║ and run TDHLPSFX.  It will create the pktdemo.hlp file.     ║
  9. ECHO  ║ Or re-install on a hard disk, or at least a 720-KB Floppy.  ║
  10. echo  ╠═════════════════════════════════════════════════════════════╣
  11. echo  ║ Note: the help system covers all tnc parameters, operating  ║
  12. echo  ║ notes, and a lot of other useful information.               ║
  13. echo  ╚═════════════════════════════════════════════════════════════╝
  14. ask Do you want continue reading the DOC files anyway? Y/N
  15. if errorlevel 1 GOTO ViewView
  16. goto finish
  17. :ViewView
  18. view view.hlp
  19. cls
  20. echo ┌────────────────────────────────────────────────────────────┐
  21. echo │ Several changes have occurred to PktGOLD in the past year. │
  22. echo │ The next DOC file has some basic information about setting │
  23. echo │ up to run PktGOLD or the PKTDEMO program.                  │
  24. echo └────────────────────────────────────────────────────────────┘
  25. ask Do you want to read about setting up, and about new features Y or N ?
  26. cls
  27. if errorlevel 1 goto ViewGold
  28. goto EndGold
  29. :viewgold
  30. view pktgold.doc
  31. :endgold
  32. cls
  33. echo ┌──────────────────────────────────────────────────────────────────┐
  34. Echo │  The next file (TRYTHIS.DOC) has the text of some "LESSONS" that │
  35. echo │  you may wish to follow to learn how to use the program.         │
  36. echo └──────────────────────────────────────────────────────────────────┘
  37. ask     Do you want to read TRYTHIS.DOC file?  Y/N
  38. if errorlevel 1 goto ViewThis
  39. Goto EndThis
  40. :viewthis
  41. view trythis.doc
  42. :ENDTHIS
  43. cls
  44. echo ┌─────────────────────────────────────────────────────────────────────┐
  45. echo │ For those with MULTI-MODE tncs (PK-232) the next file, MULTIMOD.DOC │
  46. echo │ has a brief description of using PktGOLD in non-packet modes.       │
  47. echo └─────────────────────────────────────────────────────────────────────┘
  48. ask Would you like to read MULTIMOD.DOC now? Y/N
  49. if errorlevel 1 goto multi
  50. goto endmulti
  51. :multi
  52. view multimod.doc
  53. :ENDMULTI
  54. cls
  55. echo ┌───────────────────────────────────────────────────────────────┐
  56. ECHO │ Next, a file called "QUIKREF.DOC" can be reviewed if desired. │
  57. echo │ It is a quick referece guide to using PktGOLD.                │
  58. echo └───────────────────────────────────────────────────────────────┘
  59. ask Would you like to review QUIKREF.DOC now?  Y/N
  60. if errorlevel 1 goto Quikref
  61. goto endref
  62. :quikref
  63. view quikref.doc
  64. :endref
  65. cls
  66. echo ┌────────────────────────────────────────────────────────────┐
  67. echo │ Would you like to read some information about the program, │
  68. echo │ and the authors, etc?                                      │
  69. echo └────────────────────────────────────────────────────────────┘
  70. ask  Y or N ?
  71. if errorlevel 1 goto sales
  72. goto endsales
  73. :sales
  74. view sales.doc
  75. :endsales
  76. cls
  77. echo ┌───────────────────────────────────────┐
  78. Echo │ Finally, here's how to order PktGOLD. │
  79. echo └───────────────────────────────────────┘
  80. ask Are you ready to read about ordering PktGOLD?
  81. if errorlevel 1 goto order
  82. Echo Okay, you can run the program for a while first.  Have fun.
  83. pause
  84. goto endorder
  85. :order
  86. view order.doc
  87. :endorder
  88. :FINISH
  89. cls
  90. echo ╔═══════════════════════════════════════════════════════════════════════╗
  91. echo ║ If you have not done so already, you may now run the program          ║
  92. echo ║ by typing:    PKTDEMO [Enter]                                         ║
  93. IF not exist pktgold.hlp goto skiphelp
  94. echo ║ Or type:      PKTDEMO/H [enter] to view the help system only.         ║
  95. :skiphelp
  96. echo ╠═══════════════════════════════════════════════════════════════════════╣
  97. echo ║ Answer the questions about the COM port and baud rate, then           ║
  98. echo ║ your callsign and name.  Take a VIEW of the file TRYTHIS.DOC.         ║
  99. echo ║ It has some "Lessons" in it that might help you get the most          ║
  100. echo ║ out of your test drive.                                               ║
  101. echo ║                                                                       ║
  102. echo ║ I hope you decide to become a PktGOLD user.  Good luck, and           ║
  103. echo ║ 73 de Jeff, WA4EGT                                                    ║
  104. echo ╠═══════════════════════════════════════════════════════════════════════╣
  105. echo ║ Call InterFlex Systems Design Corporation in California.              ║
  106. echo ║ (714) 496-6639 VISA and MASTERCARD orders accepted.                   ║
  107. echo ║                                                                       ║
  108. echo ║ Note:  type  HELP [enter]  to see all of the docfiles again or        ║
  109. echo ║ use VIEW *.DOC (then Ctrl-PgDn/PgUp to change files)                  ║
  110. echo ╚═══════════════════════════════════════════════════════════════════════╝